home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Applications / Macintosh Tracker 1.20 / source / Server⁄Tracker 4.0 / config.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-01  |  454 b   |  31 lines  |  [TEXT/KAHL]

  1. /* config.h */
  2.  
  3. /* Configuration for the current platform */
  4.  
  5. #include <stdio.h>
  6.  
  7.  
  8. /* #define SOLARIS */
  9. #define P(args) args
  10. /* #define P(x) ()    */
  11.  
  12. #define ID(x)
  13. /* #define ID(x)  LOCAL char *id= x ; */
  14. /* #define USE_AT_EXIT */
  15.  
  16. /* #define KLUDGE_TAG */
  17. #define GZIP         
  18. /* #define FORKING    */
  19. /*    #define void        */
  20.  
  21. typedef void *GENERIC;
  22. /* typedef char *GENERIC; */
  23.  
  24. #ifdef AMIGA
  25. #else
  26. #ifdef __386BSD__
  27. #else
  28. #define MALLOC_NOT_IN_STDLIB
  29. #endif
  30. #endif
  31.